home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 247 / 247.d81 / e.rename header < prev    next >
Text File  |  2022-08-26  |  300b  |  15 lines

  1. u                            PRINT THIS
  2.  
  3.           RENAME DISK HEADER
  4.          -------------------
  5.  
  6.      OPEN 15,8,15:OPEN 8,8,8,"#"
  7.      PRINT #15,"I0:"
  8.      PRINT #15,"U1:2,0,18,0"
  9.      PRINT #15,"B-P:2,144"
  10.      PRINT #8," (new name 0-16 letters
  11.      CLOSE 8
  12.      PRINT #15,"I0:"
  13.      CLOSE 15
  14.  
  15.  
  16.